add news item for git-annex 10.20221003
authorJoey Hess <joeyh@joeyh.name>
Mon, 3 Oct 2022 17:24:33 +0000 (13:24 -0400)
committerJoey Hess <joeyh@joeyh.name>
Mon, 3 Oct 2022 17:24:33 +0000 (13:24 -0400)
doc/news/version_10.20220525.mdwn [deleted file]
doc/news/version_10.20221003.mdwn [new file with mode: 0644]

diff --git a/doc/news/version_10.20220525.mdwn b/doc/news/version_10.20220525.mdwn
deleted file mode 100644 (file)
index 431515a..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-git-annex 10.20220525 released with [[!toggle text="these changes"]]
-[[!toggleable text="""  * Special remotes with importtree=yes or exporttree=yes are once again
-    treated as untrusted, since files stored in them can be deleted or
-    modified at any time.
-    (Fixes a reversion in 8.20201129)
-  * Added support for "megabit" and related bandwidth units
-    in annex.stalldetection and everywhere else that git-annex parses
-    data units. Note that the short form is "Mbit" not "Mb" because
-    that differs from "MB" only in case, and git-annex parses units
-    case-insensitively.
-  * Special remotes using exporttree=yes and/or importtree=yes now
-    checksum content while it is being retrieved, instead of in a separate
-    pass at the end.
-  * fsck: Fix situations where the annex object file is stored in a
-    directory structure other than where annex symlinks point to.
-  * Deal with git's recent changes to fix CVE-2022-24765, which prevent
-    using git in a repository owned by someone else.
-  * Improve an error message displayed in that situation.
-  * Prevent git-annex init incorrectly reinitializing the repository in
-    that situation.
-  * test: When limiting tests to run with -p, work around tasty limitation
-    by automatically including dependent tests."""]]
\ No newline at end of file
diff --git a/doc/news/version_10.20221003.mdwn b/doc/news/version_10.20221003.mdwn
new file mode 100644 (file)
index 0000000..d3b8288
--- /dev/null
@@ -0,0 +1,5 @@
+git-annex 10.20221003 released with [[!toggle text="these changes"]]
+[[!toggleable text="""  * Avoid displaying warning about git-annex restage needing to be run
+    in situations where it does not.
+  * Fix the annex.adviceNoSshCaching config, which has never worked.
+    Thanks, Reiko Asakura"""]]
\ No newline at end of file